home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / prescan.zip / PRESCAN.BAT < prev    next >
DOS Batch File  |  1992-11-25  |  496b  |  31 lines

  1. @echo off
  2. c:
  3. cd \wc30
  4. dayerr nnn
  5.  
  6. if errorlevel == 16 goto SATURDAY
  7. if errorlevel == 15 goto FRIDAY
  8. if errorlevel == 14 goto THURSDAY
  9. if errorlevel == 13 goto WEDNESDAY
  10. if errorlevel == 12 goto TUESDAY
  11. if errorlevel == 11 goto MONDAY
  12. if errorlevel == 10 goto SUNDAY   
  13. :SUNDAY
  14. goto DAILY
  15. :MONDAY
  16. goto DAILY
  17. :TUESDAY
  18. goto DAILY
  19. :WEDNESDAY
  20. goto DAILY
  21. :THURSDAY
  22. goto DAILY
  23. :FRIDAY
  24. goto DAILY
  25. :SATURDAY
  26. :DAILY
  27. tomcat sysop /download
  28. tomcat JOHN SMITH /prescan
  29. d:
  30. cd \fd
  31.